From: Richard M. Stallman Date: Fri, 10 Sep 1993 13:48:39 +0000 (+0000) Subject: (dun-save-game): Use correct name of endgame question. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~94363 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=66b8b1d5c3709e6962c4664dddc7b664cc35df83;p=emacs.git (dun-save-game): Use correct name of endgame question. --- diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el index 165fb0d8c1c..f44f51fda65 100644 --- a/lisp/play/dunnet.el +++ b/lisp/play/dunnet.el @@ -3135,7 +3135,7 @@ File not found"))) (dun-save-val "dun-room-objects") (dun-save-val "dun-room-silents") (dun-save-val "dun-inventory") - (dun-save-val "dun-endgame-question") + (dun-save-val "dun-endgame-questions") (dun-save-val "dun-endgame") (dun-save-val "dun-cdroom") (dun-save-val "dun-cdpath")